DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1CollectionViewSource<T> Class / CollectionView Property

In This Topic
    CollectionView Property (C1CollectionViewSource<T>)
    In This Topic
    Gets the table view used to display the items.
    Syntax
    'Declaration
     
    Public ReadOnly Property CollectionView As UIKit.UICollectionView
    public UIKit.UICollectionView CollectionView {get;}
    See Also